configuration / chassis0 / slots / [SLOT-ID] / [hps100] / module / sync-e

CLI REST-API

fixed-output-ssm

fixed-output-ssm
This is a read-write object and valid values are:




Applies to modules


HPS100

See also:
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/sync-e
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/sync-e/enable-sync-e
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/sync-e/quality-level-selection
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/sync-e/sdh-network-option
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/sync-e/fixed-input-ssm
/configuration/chassis0/slots/[SLOT-ID]/[hps100]/module/sync-e/gbit-link-copper-mode

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/sync-e


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/sync-e


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/sync-e
Body:
{
  "fixed-output-ssm": "ql-prc"
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/sync-e -d
{
  "fixed-output-ssm": "ql-prc"
}